home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / TrayMenu by ŠtuPe / D_Menu.exe / 0 / RCDATA / TFRMEDIT / TFRMEDIT.txt
Text File  |  2002-02-19  |  2KB  |  89 lines

  1. object frmEdit: TfrmEdit
  2.   Left = 403
  3.   Top = 223
  4.   Width = 250
  5.   Height = 150
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   BorderStyle = bsSizeToolWin
  9.   Caption = 'Program a parametry'
  10.   Color = clBtnFace
  11.   Constraints.MaxHeight = 150
  12.   Constraints.MinHeight = 150
  13.   Constraints.MinWidth = 250
  14.   Font.Charset = DEFAULT_CHARSET
  15.   Font.Color = clWindowText
  16.   Font.Height = -11
  17.   Font.Name = 'MS Sans Serif'
  18.   Font.Style = []
  19.   OldCreateOrder = False
  20.   Position = poScreenCenter
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object Label1: TLabel
  27.     Left = 29
  28.     Top = 16
  29.     Width = 37
  30.     Height = 13
  31.     Alignment = taRightJustify
  32.     Caption = 'P∩┐╜∩┐╜kaz :'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 13
  36.     Top = 44
  37.     Width = 53
  38.     Height = 13
  39.     Alignment = taRightJustify
  40.     Caption = 'Parametry :'
  41.   end
  42.   object Edit1: TEdit
  43.     Left = 82
  44.     Top = 12
  45.     Width = 151
  46.     Height = 21
  47.     Anchors = [akLeft, akTop, akRight]
  48.     TabOrder = 0
  49.     Text = 'Edit1'
  50.   end
  51.   object Edit2: TEdit
  52.     Left = 82
  53.     Top = 40
  54.     Width = 151
  55.     Height = 21
  56.     Anchors = [akLeft, akTop, akRight]
  57.     TabOrder = 1
  58.     Text = 'Edit1'
  59.   end
  60.   object BitBtn1: TBitBtn
  61.     Left = 82
  62.     Top = 91
  63.     Width = 71
  64.     Height = 25
  65.     Anchors = [akTop, akRight]
  66.     Caption = 'Storno'
  67.     TabOrder = 3
  68.     Kind = bkCancel
  69.   end
  70.   object BitBtn2: TBitBtn
  71.     Left = 162
  72.     Top = 91
  73.     Width = 71
  74.     Height = 25
  75.     Anchors = [akTop, akRight]
  76.     TabOrder = 4
  77.     Kind = bkOK
  78.   end
  79.   object chbBold: TCheckBox
  80.     Left = 82
  81.     Top = 67
  82.     Width = 149
  83.     Height = 17
  84.     Anchors = [akLeft, akTop, akRight]
  85.     Caption = 'Zv∩┐╜raznit ztu∩┐╜n∩┐╜n∩┐╜m p∩┐╜sma'
  86.     TabOrder = 2
  87.   end
  88. end
  89.